home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 662.swf / scripts / frame_4 / DoAction.as
Text File  |  2006-01-17  |  202b  |  13 lines

  1. tellTarget("computer_numeric")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. tellTarget("player_numeric")
  6. {
  7.    gotoAndStop(1);
  8. }
  9. player = 0;
  10. computer = 0;
  11. player_point_x = getProperty("player_point", _X);
  12. stop();
  13.